﻿2026-05-28T06:32:38.2123868Z ##[group]Run actions/checkout@v6
2026-05-28T06:32:38.2124553Z with:
2026-05-28T06:32:38.2124822Z   lfs: true
2026-05-28T06:32:38.2125118Z   repository: yorvana/android
2026-05-28T06:32:38.2125760Z   token: ***
2026-05-28T06:32:38.2126023Z   ssh-strict: true
2026-05-28T06:32:38.2126339Z   ssh-user: git
2026-05-28T06:32:38.2126582Z   persist-credentials: true
2026-05-28T06:32:38.2126945Z   clean: true
2026-05-28T06:32:38.2127212Z   sparse-checkout-cone-mode: true
2026-05-28T06:32:38.2127529Z   fetch-depth: 1
2026-05-28T06:32:38.2127826Z   fetch-tags: false
2026-05-28T06:32:38.2128161Z   show-progress: true
2026-05-28T06:32:38.2128430Z   submodules: false
2026-05-28T06:32:38.2128715Z   set-safe-directory: true
2026-05-28T06:32:38.2129131Z ##[endgroup]
2026-05-28T06:32:38.3265217Z Syncing repository: yorvana/android
2026-05-28T06:32:38.3267069Z ##[group]Getting Git version info
2026-05-28T06:32:38.3267739Z Working directory is '/home/runner/work/android/android'
2026-05-28T06:32:38.3269511Z [command]/usr/bin/git version
2026-05-28T06:32:38.3325709Z git version 2.54.0
2026-05-28T06:32:38.3362494Z [command]/usr/bin/git lfs version
2026-05-28T06:32:38.8868404Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-05-28T06:32:38.8881939Z ##[endgroup]
2026-05-28T06:32:38.8901989Z Temporarily overriding HOME='/home/runner/work/_temp/fcdb24a2-fcbb-4087-b92d-84c768ee6230' before making global git config changes
2026-05-28T06:32:38.8903962Z Adding repository directory to the temporary git global config as a safe directory
2026-05-28T06:32:38.8908940Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-28T06:32:38.8966077Z Deleting the contents of '/home/runner/work/android/android'
2026-05-28T06:32:38.8971391Z ##[group]Initializing the repository
2026-05-28T06:32:38.8976110Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-28T06:32:38.9122173Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-28T06:32:38.9141715Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-28T06:32:38.9162076Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-28T06:32:38.9164835Z hint: call:
2026-05-28T06:32:38.9177575Z hint:
2026-05-28T06:32:38.9178476Z hint: 	git config --global init.defaultBranch <name>
2026-05-28T06:32:38.9180743Z hint:
2026-05-28T06:32:38.9181510Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-28T06:32:38.9186660Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-28T06:32:38.9187305Z hint:
2026-05-28T06:32:38.9187682Z hint: 	git branch -m <name>
2026-05-28T06:32:38.9188050Z hint:
2026-05-28T06:32:38.9188517Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-28T06:32:38.9189261Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-28T06:32:38.9191104Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-28T06:32:38.9205529Z ##[endgroup]
2026-05-28T06:32:38.9206559Z ##[group]Disabling automatic garbage collection
2026-05-28T06:32:38.9212168Z [command]/usr/bin/git config --local gc.auto 0
2026-05-28T06:32:38.9244470Z ##[endgroup]
2026-05-28T06:32:38.9245079Z ##[group]Setting up auth
2026-05-28T06:32:38.9245457Z Removing SSH command configuration
2026-05-28T06:32:38.9253248Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-28T06:32:38.9291272Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-28T06:32:38.9534237Z Removing HTTP extra header
2026-05-28T06:32:38.9542146Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-28T06:32:38.9578520Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-28T06:32:38.9774133Z Removing includeIf entries pointing to credentials config files
2026-05-28T06:32:38.9779530Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-28T06:32:38.9811275Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-28T06:32:39.0024765Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-b939b03a-a648-4e45-9bf4-988511326994.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-28T06:32:39.0055064Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-b939b03a-a648-4e45-9bf4-988511326994.config
2026-05-28T06:32:39.0084806Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-b939b03a-a648-4e45-9bf4-988511326994.config
2026-05-28T06:32:39.0115199Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-b939b03a-a648-4e45-9bf4-988511326994.config
2026-05-28T06:32:39.0142471Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-b939b03a-a648-4e45-9bf4-988511326994.config
2026-05-28T06:32:39.0182286Z ##[endgroup]
2026-05-28T06:32:39.0186543Z [command]/usr/bin/git lfs install --local
2026-05-28T06:32:39.0521361Z Updated Git hooks.
2026-05-28T06:32:39.0523579Z Git LFS initialized.
2026-05-28T06:32:39.0529190Z ##[group]Fetching the repository
2026-05-28T06:32:39.0543306Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a0c482157c86c9f5b8da02422efdeccbf99d40af:refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:32:40.3373253Z From https://github.com/yorvana/android
2026-05-28T06:32:40.3374385Z  * [new ref]         a0c482157c86c9f5b8da02422efdeccbf99d40af -> origin/feature/hardening-nightly-bake
2026-05-28T06:32:40.3403258Z [command]/usr/bin/git branch --list --remote origin/feature/hardening-nightly-bake
2026-05-28T06:32:40.3434099Z   origin/feature/hardening-nightly-bake
2026-05-28T06:32:40.3443739Z [command]/usr/bin/git rev-parse refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:32:40.3467090Z a0c482157c86c9f5b8da02422efdeccbf99d40af
2026-05-28T06:32:40.3470849Z ##[endgroup]
2026-05-28T06:32:40.3471682Z ##[group]Determining the checkout info
2026-05-28T06:32:40.3472852Z ##[endgroup]
2026-05-28T06:32:40.3473680Z ##[group]Fetching LFS objects
2026-05-28T06:32:40.3478621Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:32:40.3707937Z Fetching reference refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:32:40.3942693Z ##[endgroup]
2026-05-28T06:32:40.3946655Z [command]/usr/bin/git sparse-checkout disable
2026-05-28T06:32:40.4018512Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-28T06:32:40.4050006Z ##[group]Checking out the ref
2026-05-28T06:32:40.4054491Z [command]/usr/bin/git checkout --progress --force -B feature/hardening-nightly-bake refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:32:40.4733446Z Switched to a new branch 'feature/hardening-nightly-bake'
2026-05-28T06:32:40.4741659Z branch 'feature/hardening-nightly-bake' set up to track 'origin/feature/hardening-nightly-bake'.
2026-05-28T06:32:40.4970606Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-28T06:32:40.4971181Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-28T06:32:40.4986248Z ##[endgroup]
2026-05-28T06:32:40.5035710Z [command]/usr/bin/git log -1 --format=%H
2026-05-28T06:32:40.5061457Z a0c482157c86c9f5b8da02422efdeccbf99d40af
